projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1b1bee
)
(LIBS_MACHINE) [USG]: New #define.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 5 Jun 1994 17:51:23 +0000
(17:51 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 5 Jun 1994 17:51:23 +0000
(17:51 +0000)
src/m/sun386.h
patch
|
blob
|
history
diff --git
a/src/m/sun386.h
b/src/m/sun386.h
index a7537f43e8a239395e3eeb093ecd271814806c99..c25ab4dc5182d13dcf675b99afe7b18661f35752 100644
(file)
--- a/
src/m/sun386.h
+++ b/
src/m/sun386.h
@@
-73,3
+73,9
@@
NOTE-END */
#define LD_SWITCH_MACHINE -n -Bstatic
/* Get rid of the -e __start that s-sunos4.h does. */
#undef LD_SWITCH_SYSTEM
+
+#ifdef USG
+/* USG detects Solaris. j.w.hawtin@lut.ac.uk says Solaris 2.1
+ on the 386 needs this. */
+#define LIBS_MACHINE -lkvm
+#endif